home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / index / ppc / idxsveng.exe / RCDATA / CABINET / unfilt.idq < prev    next >
INI File  |  1996-08-05  |  1KB  |  48 lines

  1. [Names]
  2. Unfiltered (DBTYPE_BOOL) = 49691c90-7e17-101a-a91c-08002b2ecda9 7
  3.  
  4. # This is the query file for the unfiltered document query
  5. #
  6.  
  7. [Query]
  8.  
  9. # The CiCatalog variable must point to where the catalog (index) files
  10. # are stored on your system.  You will probably have to change this
  11. # value.
  12.  
  13. CiCatalog=d:\
  14.  
  15. # These are the columns that are referenced in the .htx files
  16. # when formatting output for each hit.
  17.  
  18. CiColumns=vpath, path, write
  19.  
  20. # The CiRestriction is the query -- all files not filtered
  21.  
  22. CiRestriction=@unfiltered=TRUE
  23.  
  24. # Display CiMaxRecordsPerPage hits on each page of output
  25.  
  26. CiMaxRecordsPerPage=100
  27.  
  28. # CiScope is the directory (virtual or real) under which results are
  29. # returned.  If a file matches the query but is not in a directory beneath
  30. # CiScope, it is not returned in the result set.
  31. # A scope of \ means all hits matching the query are returned.
  32.  
  33. CiScope=/
  34.  
  35. # This is the .htx file to use for formatting the results of the query.
  36.  
  37. CiTemplate=/scripts/srchadm/unfilt.htx
  38.  
  39. # Setting CiForceUseCi to true means that the index is assumed to be
  40. # up to date, so queries that might otherwise force a walk of the
  41. # directory structure (find files older than X), will instead use
  42. # the index and run more quickly.  Of course, that means that the results
  43. # might miss files that match the query.
  44.  
  45. CiForceUseCi=true
  46.  
  47.  
  48.